What We'll Cover
So far this week, we've surveyed the landscape of AI literature tools and confronted the hallucinated citation problem. In this session, we shift from surveying tools to building something personal: a Claude-based research workflow tailored to your specific needs.
We'll cover three levels of customisation — from simple prompting techniques anyone can use today, through Claude Projects for ongoing research, to Claude Code's "skills" system for those who want maximum control. You don't need programming experience for any of this, but we will show you what's possible for those who want to go further.
The goal is practical: by the end of this session, you should have at least one new technique you can apply to your research today.
💬 Level 1: Better Prompting for Literature Review
The single biggest improvement most researchers can make is writing better prompts. A vague prompt produces a vague answer. A structured prompt — one that tells Claude exactly what you need, what you don't want, and how to handle uncertainty — produces dramatically better results. Below are four prompt templates you can start using immediately, whether you're on Claude's free tier or any other plan.
Note however, the first thing that you should do is to read the paper yourself. You won't always read the whole of every paper, but engage with it yourself first so that you can critically engage with the AI.
📑 The Structured Literature Prompt
Use this when you're starting research in a new area and need to understand the lay of the land.
📊 The Synthesis Prompt
Use this after you've collected verified papers and uploaded them to Claude. This is where Claude shines — working with documents you've provided.
🔎 The Critical Reading Prompt
Use this when you need to deeply engage with a single paper, especially one that's central to your research.
🛡️ Anti-Hallucination Prompt Strategies
These techniques reduce the risk of fabricated information. Use them in combination with any prompt above.
- Explicitly forbid memory-based citations: "Do NOT generate citations from memory"
- Demand uncertainty flagging: "If you are not sure about something, say 'I'm not certain' rather than guessing"
- Scope to uploaded documents: "Based only on the documents I've provided..."
- Normalise 'I don't know': "It's better to say you don't know than to fabricate an answer"
- Separate discovery from analysis: Use Semantic Scholar or Elicit to find papers, then upload them to Claude to analyse them
📁 Level 2: Claude Projects for Ongoing Research
Individual prompts are powerful, but they're ephemeral — each new conversation starts from scratch. If you're working on a research project over weeks or months, you need something persistent. That's where Claude Projects come in.
Claude Projects (available with a Claude Pro subscription) let you create a dedicated workspace for a research topic. You can upload your key papers, your methodology documents, your research proposal — and set custom instructions that persist across every conversation in that Project. Instead of re-explaining your context every time, Claude already knows who you are, what you're working on, and how you want it to behave.
Setting Up a Research Project
Here's how to structure an effective Claude Project for your research:
- Create a Project with a clear name (e.g., "PhD — Water Governance in Cape Town")
- Upload your key documents: your research proposal, 10–20 of your most important papers, your methodology chapter or plan, any relevant data descriptions
- Set custom instructions that define how Claude should work with you (see the example below)
- Start conversations within the Project — each one will have access to your documents and follow your custom instructions
The custom instructions are the key to making this work well. Here is an example you can adapt:
Example Project Instructions
⚡ Level 3: Claude Code Skills (For the Adventurous)
This section is for those who want to go further. Most students won't need this right now, but understanding what's possible will help you decide how deep you want to go — and give you a sense of where these tools are heading.
What is Claude Code?
Claude Code is a terminal-based tool (or desktop app based) that runs Claude as an agent with access to your computer — it can read files, search the web, write code, and execute multi-step workflows. Unlike the web interface where you type one message at a time, Claude Code can take a complex request and break it into steps, executing each one and adapting as it goes. It's free to try with a Claude account.
You interact with it by typing commands in your terminal (the command line), and it responds by taking actions — reading your files, creating new ones, running searches, and reporting back what it found.
What is CLAUDE.md?
A CLAUDE.md file is a special Markdown file that acts as persistent instructions for Claude Code. It's read automatically at the start of every session — like giving Claude a "constitution" for how to work with you. You place it in your project folder, and every time you start Claude Code in that folder, it reads the file and follows those instructions.
Think of it as the equivalent of Project instructions (Level 2), but stored as a file on your computer rather than in Claude's web interface — which means you can version-control it, share it with collaborators, and customise it to a much greater degree.
Here is an example CLAUDE.md for a research project:
What are Skills?
Skills are reusable, multi-step workflows you can trigger with a slash command (e.g., /lit-review). They live in a .claude/skills/ folder inside your project and can orchestrate complex research tasks that would otherwise require multiple separate prompts.
For example, a /lit-review skill could:
- Ask you for your research question
- Generate optimised search queries for Semantic Scholar
- Help you evaluate the papers you find
- Generate a structured synthesis with proper citations
- Flag any claims that need verification
Instead of remembering and typing a long prompt each time, you simply type /lit-review and the skill guides you through the entire process.
🔒 A Note on Privacy and Data
- Check your university's data policy and your ethics approval before uploading sensitive or restricted data
- For sensitive research data, consider using Claude's API with appropriate data handling agreements, or use on-premise solutions if available through your institution
- NotebookLM (Google) and Claude Projects each have their own data policies — read them before uploading
- Never upload papers that are under confidential review (e.g., manuscripts you are reviewing for a journal — these are shared with you in confidence)
- Be cautious with unpublished data — if your research involves participant data, interview transcripts, or other sensitive material, check whether uploading it to a cloud service is compliant with your ethics approval
This is not a reason to avoid these tools entirely — it is a reason to be thoughtful about what you upload and where. Published papers are generally safe to upload. Your own writing drafts are fine. Sensitive participant data or confidential manuscripts require more care.
🎯 Choosing Your Level
There is no single right way to use AI in your research workflow. The best approach depends on how often you use these tools, what stage of research you're in, and how comfortable you are with technology. Here are the three levels summarised:
💬 Better Prompts
Start today, no extra tools needed.
Works with Claude's free tier (or any LLM). Use the structured prompt templates from Section 1 to get dramatically better results from every conversation. The key principles: be specific, set constraints, separate discovery from analysis.
Best for: Everyone, regardless of experience level.
📁 Claude Projects
Requires a Claude Pro subscription.
Create a persistent workspace with your uploaded papers and custom instructions. Ideal for ongoing research where you want Claude to remember your context across multiple conversations. Build a curated knowledge base over time.
Best for: Researchers with an active, ongoing project who use Claude regularly.
⚡ Claude Code + Skills
Free to try; requires comfort with the terminal.
Build automated, multi-step research workflows with CLAUDE.md and skills. Maximum flexibility and customisation. Your instructions live as files you control, and workflows can be shared with collaborators.
Best for: Researchers who want maximum control and are comfortable (or willing to learn) working in the terminal.
Summary & Key Takeaways
In this session, we moved from understanding AI tools to actually building with them. The three levels of customisation — better prompts, Claude Projects, and Claude Code skills — give you a pathway from simple improvements you can make right now to sophisticated workflows you can grow into over time.
Key takeaways:
- Structure your prompts with numbered tasks, explicit constraints, and anti-hallucination safeguards — this alone will transform your results
- Separate finding papers from analysing them: use Semantic Scholar, Elicit, or Google Scholar to discover papers, then upload verified PDFs to Claude for synthesis
- Claude Projects give you persistent context — upload your key papers once and have Claude remember your research context across sessions
- Claude Code and CLAUDE.md offer maximum customisation for those who want automated, repeatable research workflows
- Always check data policies before uploading sensitive or confidential material to any AI tool
- The principles matter more than the tools: verify sources, flag uncertainty, and never let AI-generated citations go unchecked
Next session: We put everything together with hands-on activities — a comparative search challenge, a citation verification exercise, and the weekly assessment. Come ready to work with your own research topic.